home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global skip, no, jikan, pmai, nauto
- go(the frame)
- if nauto = 1 then
- if (skip + (jikan * 60)) <= ticks() then
- set no to no + 1
- if no <= pmai then
- set the memberNum of sprite 13 to no
- else
- set no to 50
- set the memberNum of sprite 13 to no
- end if
- set skip to ticks()
- end if
- end if
- end
-